-
Notifications
You must be signed in to change notification settings - Fork 14
Rename "install/" to "pkg/" and fix macOS bundling #690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
47a0627 to
da5faf9
Compare
|
The next and last step planned is to make the "unified build folder" by putting |
|
High-level summary of Host tools, UI, mac application should all be able to locate these resources when launched from under |
|
What is the rationale to put host tool in |
It's a little easier to copy files from |
e9e2219 to
26b0b05
Compare
|
Manual Testing (2026/01/16 1:15 EST):
|
|
I just realized this PR has an issue with handling paths for plugins, I am working on fixing that EDIT: addressed this, note that |
f41bbc3 to
a303dee
Compare
…erated variables, some fixes for plugins, add search path for VS debugger use
…resubmits, changed documentation to reflect that order, fixed executable locations for the UI regression tests
8422e3c
d31a905 to
8422e3c
Compare
8422e3c to
7ba3770
Compare
26f4872
|
github bug with invisible unresolved comment that blocks merging, will recreate PR |
Notable changes:
install/topkg/and have separate folders within for host tools, device resources, and pluginsCMAKE_GENERATED_INSTALL_DIR_PATHand predict the location of different resources relative to the location of the host tool.device_resourceslibrary to expose relatedCMAKE_GENERATED_*values, to try and keep fewer libraries regenerated upon SHA changingBUILD.mdto reference scripts rather than repeat their contentsPSAs:
dive_profiling_pluginand other external plugins should be copy pasted intopkg/plugins/now. Best is to do this step when setting up repo & don't deletepkg/pluginswhile rebuilding